SftTabs/NET 6.0

BoldActive Property, SftTabs Class

Softel vdm, Inc.

Defines whether a bold font is used for the active tab.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property BoldActive As Boolean

C#   

public bool BoldActive { get; set; }

C++   

public: property bool BoldActive {
        bool get();
        void set(bool value);
}

Property Value

True if the active tab uses a bold font, False otherwise.

The default value is True.

Comments

The BoldActive property defines whether a bold font is used for the active tab.

If the BoldActive property is set to True, the active tab will use a bold font. The remaining tabs will use the font as defined using the control's Font property. If the Font property describes a bold font, the same font is used for all tabs.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com